home *** CD-ROM | disk | FTP | other *** search
- '.so tmac.clman
- .TH "lInfo"
- .IX lInfo
- .SH NAME
- lInfo - Get information about linked list.
- .SH SYNOPSIS
- int
- .BR "lInfo" "(id, sd, cc, n)"
- .br
- .RT
- .RP
- In int id identifier of linked list
- .RP
- Out int *sd singly or doubly linked list
- .RP
- Out int *cc chain or circular linked list
- .RP
- Out int *n number of nodes
- .DT
- .SH DESCRIPTION
- \fBlInfo\fP returns some information about a linked list. The type of
- the linked list (\fIsd\fP and \fIcc\fP, defined by the user) and the
- number of nodes added to the linked list (\fIn\fP).
- .SH RETURN CODES
- .nf
- Return on success :
- lSUCCESS
- Return on error :
- lUNKNOWN_ID
- .fi
- .SH AUTHOR
- Anita Eijs (TNO - Bouw - BouwInformatica)
-